home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / mus / misc / MPTool_1.12.lha / MPTool / Bonus / CheckCD / CheckCD.ReadMe < prev    next >
Encoding:
Text File  |  1998-09-08  |  1.1 KB  |  41 lines

  1. Short:     makes a CheckSum of a whole CD
  2. Author:    Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
  3. Uploader:  Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
  4. Path:      disk/CDROM
  5.  
  6. 1. Introduction :
  7.  
  8. Purpose      : It makes a checksum of a whole CD.
  9.                (to compare 2 CDs for instance)
  10.                By reading the whole CD, it can check for physical errors.
  11.  
  12. Release date : 03.09.98
  13.  
  14. Distribution : It's free :) (you can't ask money for it)
  15.                C source available if you ask it :)
  16.  
  17. 2. Installation :
  18.  
  19. Copy the CheckCD file wherever you like ...
  20.  
  21. 3. Usage :
  22.  
  23. * CheckCD <file|dir|device>
  24.  
  25.   will make a CheckSum of the <file|dir|device>.
  26.  
  27.   you will be asked if you want to compare it to another CD :
  28.      if you choose yes, it will ask you to insert another CD
  29.      if you choose no, it will give you the CheckSum of the CD
  30.    
  31.   ex: CheckCD cd0:
  32.   
  33.  
  34. * CheckCD <file1|dir1|device1> <file2|dir2|device2>
  35.  
  36.   will compare files|dirs|devices and calculate both CheckSums.
  37.  
  38.   ex: CheckCD cd0: cd1:
  39.       (if you're lucky enough to own 2 CDROM Drives ... I have 1 ;)
  40.  
  41.